home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
XLIBP202.ZIP
/
README.1ST
< prev
next >
Wrap
Text File
|
1994-06-12
|
4KB
|
61 lines
╔═══════════════════════════════════════════════════════════════════════════╗
║ ║
║ XLIB v2.0 - Graphics Library for Borland/Turbo Pascal 7.0 ║
║ ║
║ Tristan Tarrant - tristant@cogs.susx.ac.uk ║
║ ║
╠═══════════════════════════════════════════════════════════════════════════╣
║ ║
║ Credits ║
║ ║
║ Themie Gouthas ║
║ ║
║ Matthew MacKenzie ║
║ ║
║ Tore Bastiansen ║
║ ║
║ Andy Tam ║
║ ║
║ Douglas Webb ║
║ ║
║ John Schlagel ║
║ ║
╠═══════════════════════════════════════════════════════════════════════════╣
║ ║
║ I informally reserve all rights to the code in XLIB ║
║ Rights to contributed code is also assumed to be reserved by ║
║ the original authors. ║
║ ║
╚═══════════════════════════════════════════════════════════════════════════╝
╔═══════════════════════════════════════════════════════════════════════════╗
║ DISCLAIMER ║
╚═══════════════════════════════════════════════════════════════════════════╝
This library is distributed AS IS. The author/s specifically disclaim any
responsibility for any loss of profit or any incidental, consequential or
other damages.
╔═══════════════════════════════════════════════════════════════════════════╗
║ WHAT THIS PACKAGE IS ║
╚═══════════════════════════════════════════════════════════════════════════╝
XLibPas v2.0 is a set of libraries and utilities that allow you to use some
extended features of the standard VGA adapter which are not exploited in
mode 13h. The most important features are :
- Use of all of the 256k of standard VGA memory
- Several tweaked resolutions, all in 256 colours
- Multiple pages, double- and triple-buffering, page flipping and panning
- Split screen
- Planar, Video and Compiled bitmaps
- Drawing procedures (line,circle,pixel,boxes,filling,polygons)
- Text handling supporting user fonts
- Archiving and compression
- GIF/BMP encoding and decoding
- Bitmap scaling
- Virtual VSync handler
- Mouse routines
- Palette handling
- ...and (at long last) Protected Mode (experimental)